home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 October: Mac OS SDK / Dev.CD Oct 97 SDK1.toast / Development Kits (Disc 1) / QuickDraw GX / Programming Stuff / Sample Code / Printing Samples / Extensions… / Confidential ƒ / ConfidentialCW.pext0.dsi < prev    next >
Encoding:
Text File  |  1996-03-20  |  519 b   |  14 lines  |  [TEXT/CWIE]

  1. =Source
  2. 'GXSDK:Programming Stuff:Sample Code:Printing Samples:Extensions…:ConfidentialCW ƒ:'
  3.  
  4. =FLAGS     Ω-Z to View current settings, Hilite & Ω-F to Set
  5. Dbg_Rsrcs = 1;  { =1 to enable Debugging of Resources, DRVRs, cdevs, etc }
  6. INST1_Bkpt = 0; { =1 to Courtesy Break at first instruction }
  7. TBL_SLOP = 0;   { NO 2K of slop in Document Tbl Area for Typ/Arglist additions}
  8. Bad_Zero = 0;   { put a value in address 0 to catch dereferences of it }
  9.  
  10. =BkPt
  11. SetUpPrintPanel
  12. NewSpoolPage
  13.  
  14. =END of commands that are interpreted